home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-12-05 | 714 b | 24 lines | [ttro/ttxt] |
- *** 1.1 1993/06/07 18:56:56
- --- article.c 1993/06/07 18:57:41
- ***************
- *** 1,4 ****
- ! /* $Revision: 1.1 $
- **
- ** Article-related routines.
- */
- --- 1,4 ----
- ! /* $Revision: 1.2 $
- **
- ** Article-related routines.
- */
- ***************
- *** 1080,1086 ****
- }
-
- Printf("%d %s matches follow.\r\n", NNTP_HEAD_FOLLOWS_VAL, header);
- ! for (pattern = Glom(&av[3]), i = range.Low; i < range.High; i++) {
- if (ARTfind(i) < 0)
- continue;
-
- --- 1080,1086 ----
- }